adTempus API
PreviousUpNext
IJob::Group Property

Gets or sets the group to which the job belongs 

Each job must be assigned to a Group.

C++
__property IJobGroup* Group;
C#
IJobGroup* Group;
Visual Basic
Property Group() As IJobGroup*

New jobs default to the Root group.

Setting the Group property automatically adds the job to the group's Jobs collection, and vice-versa.

adTempus API Reference version 3.0.0.0, revised 10/30/2008